provider Monitors PUT /api/0/organizations/{organization_id_or_slug}/workflows/
@utdk/sentry /api/0/organizations/{organization_id_or_slug}/workflows/
Mutate an Organization's Alerts
Bulk enable or disable alerts for a given Organization
organization_id_or_slug path required
The ID or slug of the organization the resource belongs to.
string
query query
An optional search query for filtering alerts.
string
id query
The ID of the alert you'd like to query.
array
project query
The IDs of projects to filter by. `-1` means all available projects. For example, the following are valid parameters: - `/?project=1234&project=56789` - `/?project=-1`
array

Try it

Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

mutateAnOrganizationSAlerts
PUT/api/0/organizations/{organization_id_or_slug}/workflows/
Bulk enable or disable alerts for a given Organization

Parameters

required

The ID or slug of the organization the resource belongs to.

An optional search query for filtering alerts.

The ID of the alert you'd like to query.

The IDs of projects to filter by. `-1` means all available projects. For example, the following are valid parameters: - `/?project=1234&project=56789` - `/?project=-1`

Input

required

Whether to enable or disable the alerts

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.mutateAnOrganizationSAlerts()